home *** CD-ROM | disk | FTP | other *** search
- Path: druid.borland.com!usenet
- From: pete@borland.com (Pete Becker)
- Newsgroups: comp.lang.c++
- Subject: Re: Win 95 and Borland C++. HELP!!
- Date: 6 Mar 1996 00:25:08 GMT
- Organization: Borland International
- Message-ID: <4him14$340@druid.borland.com>
- References: <Pine.SOL.3.91.960226122858.611A-100000-100000-100000-100000-100000-100000@podsun18>
- NNTP-Posting-Host: pbecker.borland.com
- Mime-Version: 1.0
- Content-Type: Text/Plain; charset=ISO-8859-1
- X-Newsreader: WinVN 0.99.5
-
- In article
- <Pine.SOL.3.91.960226122858.611A-100000-100000-100000-100000-100000-100000@pod
- sun18>, podop41@bingsuns.cc.binghamton.edu says...
- >
- >
- >hi.
- >
- >I have installed borland C++ 4.52 in my computer, and i have problems
- >with floating points. Everytime when i declare a variable a flot and put
- >in a real number, it gives me floating point over flow error. For example
- >
- >float x;
- >
- >cin >> x;
- >
- >
- >if i put a integer here it is fine, but if i put a real number like 3.25,
- >it gives me a floating point overflow error.
- >
- >I am running under win 95, in a dx2 66 with 8meg ram.
- >
- >If anybody have any idea about my problem please e-mail me.
-
- Apparently this problem arises if you have installed the Windows 95 Plus Pack.
- I understand that the latest Windows 95 patch from Microsoft fixes it.
-
-